body {
	background-color : black;
}
h1 {
	font-size : 2em;
	color : #fff;
}
.titre {
	font-size : 2em;
	background-color : blue;
	display : flex;
	flex-direction : row;
	align-items : center;
	padding : 25px;
}
.titre p {
	text-align : justify;	
}
.image {
	display:flex;
	justify-content: center;
	padding: 30px;
}
.image img { 
	margin-right : 10px;
}
